home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3278 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.coli.uni-sb.de!not-for-mail
  2. From: mreckt@cscip.uni-sb.de (Martin Recktenwald)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: WB Colors
  5. Date: 12 Feb 1996 10:21:50 GMT
  6. Organization: University of Saarbruecken, Germany
  7. Message-ID: <4fn4bu$8t9@coli-gate.coli.uni-sb.de>
  8. References: <4fk1q2$kfa@strauss.udel.edu>
  9. NNTP-Posting-Host: cip59.cscip.uni-sb.de
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. John Pat Corigliano (jcorig@strauss.udel.edu) wrote:
  13. : With 3.0 we have ObtainPen() and ObtainBestPen() to get colors on the
  14. : WB screen, but how is this done on versions of the OS previous to 3.0?
  15. : i.e., if a user has a 32 color WB, can my program use any color it
  16. : wants?  Change any color?  How does color arbitration work for 2.0?
  17. There is no color arbitration. Most programs simply change the
  18. colors they need with SetRGB4().
  19.  
  20. : WB.  So, how many colors does WB reserve for itself (windows, icons,
  21. : etc.)?
  22. In Multiolor-Mode 8 (the first 4 and the last 4), else 4.
  23.  
  24. : Second, is it possible to make a "sticky" window (like X-Windows)?
  25. No.
  26.  
  27. -------------------------------------------------- mreckt@cscip.uni-sb.de
  28.